/* * This file is automatically Generated by ProtoGen r1.3. * Do not edit it. * * Copyright (c) 1995, 1996 Gunther Schadow. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef HL7_CETYP_H_ #define HL7_CETYP_H_ #pragma interface #include /* * DATA TYPE * * ce() -- coded element */ #include #include class CEtyp : public Composite { public: IDtyp Ide; //identifier STtyp Text; //text IDtyp CodSys; //coding system IDtyp AltIde; //alternate identifier STtyp AltText; //alternate text IDtyp AltCodSys; //alternate coding system static itemdesc itemtab[6]; public: CEtyp(); const IDtyp& getIde() const; const STtyp& getText() const; const IDtyp& getCodSys() const; const IDtyp& getAltIde() const; const STtyp& getAltText() const; const IDtyp& getAltCodSys() const; void setIde(const IDtyp &x); void setText(const STtyp &x); void setCodSys(const IDtyp &x); void setAltIde(const IDtyp &x); void setAltText(const STtyp &x); void setAltCodSys(const IDtyp &x); }; #ifndef OUTLINE # include #endif #endif /* ! HL7_CETYP_H_ */