/* * 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_PR1SEG_H_ #define HL7_PR1SEG_H_ #pragma interface #include /* * SEGMENT * * pr1(bln) -- procedures */ #include #include #include #include #include #include #include #include class PR1seg : public Segment { public: SItyp SetIdPro; //set id procedure repfield ProCodMet; //procedure coding method repfield ProCode; //procedure code repfield ProDes; //procedure description TStyp ProDateTime; //procedure date/time IDtyp ProType; //procedure type NMtyp ProMin; //procedure minutes CNtyp Ane; //anesthesiologist IDtyp AneCode; //anesthesia code NMtyp AneMin; //anesthesia minutes CNtyp Sur; //surgeon repfield ProPra; //procedure practitioner IDtyp ConSentCode; //consent code NMtyp ProPri; //procedure priority static fielddesc fieldtab[14]; public: PR1seg(); const SItyp& getSetIdPro() const; const repfield& getProCodMet() const; const repfield& getProCode() const; const repfield& getProDes() const; const TStyp& getProDateTime() const; const IDtyp& getProType() const; const NMtyp& getProMin() const; const CNtyp& getAne() const; const IDtyp& getAneCode() const; const NMtyp& getAneMin() const; const CNtyp& getSur() const; const repfield& getProPra() const; const IDtyp& getConSentCode() const; const NMtyp& getProPri() const; void setSetIdPro(const SItyp &x); void setProCodMet(const repfield &x); void setProCode(const repfield &x); void setProDes(const repfield &x); void setProDateTime(const TStyp &x); void setProType(const IDtyp &x); void setProMin(const NMtyp &x); void setAne(const CNtyp &x); void setAneCode(const IDtyp &x); void setAneMin(const NMtyp &x); void setSur(const CNtyp &x); void setProPra(const repfield &x); void setConSentCode(const IDtyp &x); void setProPri(const NMtyp &x); }; #ifndef OUTLINE # include #endif #endif /* ! HL7_PR1SEG_H_ */