/* * 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_RXASEG_H_ #define HL7_RXASEG_H_ #pragma interface #include /* * SEGMENT * * rxa(ord) -- pharmacy administration */ #include #include #include #include #include #include class RXAseg : public Segment { public: NMtyp GiveSubIdCou; //give sub-id counter NMtyp AdmSubIdCou; //administration sub-id counter TStyp DateTimeStartOfAdm; //date/time start of administration TStyp DateTimeEndOfAdm; //date/time end of administration CEtyp AdmCode; //administered code NMtyp AdmAmo; //administered amount CEtyp AdmUnits; //administered units CEtyp AdmDosForm; //administered dosage form STtyp AdmNotes; //administration notes CNtyp AdmPro; //administering provider IDtyp AdmAtLoc; //administered-at location STtyp AdmPerTimeUnit; //administered per (time unit) static fielddesc fieldtab[12]; public: RXAseg(); const NMtyp& getGiveSubIdCou() const; const NMtyp& getAdmSubIdCou() const; const TStyp& getDateTimeStartOfAdm() const; const TStyp& getDateTimeEndOfAdm() const; const CEtyp& getAdmCode() const; const NMtyp& getAdmAmo() const; const CEtyp& getAdmUnits() const; const CEtyp& getAdmDosForm() const; const STtyp& getAdmNotes() const; const CNtyp& getAdmPro() const; const IDtyp& getAdmAtLoc() const; const STtyp& getAdmPerTimeUnit() const; void setGiveSubIdCou(const NMtyp &x); void setAdmSubIdCou(const NMtyp &x); void setDateTimeStartOfAdm(const TStyp &x); void setDateTimeEndOfAdm(const TStyp &x); void setAdmCode(const CEtyp &x); void setAdmAmo(const NMtyp &x); void setAdmUnits(const CEtyp &x); void setAdmDosForm(const CEtyp &x); void setAdmNotes(const STtyp &x); void setAdmPro(const CNtyp &x); void setAdmAtLoc(const IDtyp &x); void setAdmPerTimeUnit(const STtyp &x); }; #ifndef OUTLINE # include #endif #endif /* ! HL7_RXASEG_H_ */