/* * 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_CMTYP_H_ #define HL7_CMTYP_H_ #pragma interface #include /* * DATA TYPE * * cm() -- composite */ #include class CMtyp : public Composite { public: STtyp Com1; //component 1 STtyp Com2; //component 2 STtyp Com3; //component 3 STtyp Com4; //component 4 STtyp Com5; //component 5 STtyp Com6; //component 6 STtyp Com7; //component 7 STtyp Com8; //component 8 static itemdesc itemtab[8]; public: CMtyp(); const STtyp& getCom1() const; const STtyp& getCom2() const; const STtyp& getCom3() const; const STtyp& getCom4() const; const STtyp& getCom5() const; const STtyp& getCom6() const; const STtyp& getCom7() const; const STtyp& getCom8() const; void setCom1(const STtyp &x); void setCom2(const STtyp &x); void setCom3(const STtyp &x); void setCom4(const STtyp &x); void setCom5(const STtyp &x); void setCom6(const STtyp &x); void setCom7(const STtyp &x); void setCom8(const STtyp &x); }; #ifndef OUTLINE # include #endif #endif /* ! HL7_CMTYP_H_ */