/* * 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_NK1SEG_H_ #define HL7_NK1SEG_H_ #pragma interface #include /* * SEGMENT * * nk1(adt) -- next of kin */ #include #include #include #include #include #include #include #include #include class NK1seg : public Segment { public: SItyp SetIdNextOfKin; //set id - next of kin PNtyp Name; //name CEtyp Rel; //relationship ADtyp Add; //address repfield PhoneNum; //phone number TNtyp BusPhoneNum; //business phone number CEtyp ConTactRole; //contact role DTtyp StartDate; //start date DTtyp EndDate; //end date STtyp NextOfKinJobTitle; //next of kin job title CMtyp NextOfKinJobCodeClass; //next of kin job code/class STtyp NextOfKinEmpNum; //next of kin employee number STtyp OrgName; //organization name static fielddesc fieldtab[13]; public: NK1seg(); const SItyp& getSetIdNextOfKin() const; const PNtyp& getName() const; const CEtyp& getRel() const; const ADtyp& getAdd() const; const repfield& getPhoneNum() const; const TNtyp& getBusPhoneNum() const; const CEtyp& getConTactRole() const; const DTtyp& getStartDate() const; const DTtyp& getEndDate() const; const STtyp& getNextOfKinJobTitle() const; const CMtyp& getNextOfKinJobCodeClass() const; const STtyp& getNextOfKinEmpNum() const; const STtyp& getOrgName() const; void setSetIdNextOfKin(const SItyp &x); void setName(const PNtyp &x); void setRel(const CEtyp &x); void setAdd(const ADtyp &x); void setPhoneNum(const repfield &x); void setBusPhoneNum(const TNtyp &x); void setConTactRole(const CEtyp &x); void setStartDate(const DTtyp &x); void setEndDate(const DTtyp &x); void setNextOfKinJobTitle(const STtyp &x); void setNextOfKinJobCodeClass(const CMtyp &x); void setNextOfKinEmpNum(const STtyp &x); void setOrgName(const STtyp &x); }; #ifndef OUTLINE # include #endif #endif /* ! HL7_NK1SEG_H_ */