/* * 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_OBXSEG_H_ #define HL7_OBXSEG_H_ #pragma interface #include /* * SEGMENT * * obx(anr) -- observation */ #include #include #include #include #include #include #include #include #include #include #include #include class OBXseg : public Segment { public: SItyp SetIdObsSim; //set id - observational simple DataTypeCode ValueType; //value type CEtyp ObsIde; //observation identifier STtyp ObsSubId; //observation sub-id IDtyp ObsValue; //observation value CEtyp Units; //units STtyp RefRange; //references range repfield AbnFlags; //abnormal flags NMtyp Pro; //probability NatOfAbnTesCode NatOfAbnTest; //nature of abnormal test ObsResStatusCodesIntCode ObsResStatus; //observ result status TStyp DateLastObsNorVal; //date last obs normal values STtyp UserDefAccChe; //user defined access checks TStyp DateTimeOfTheObs; //date/time of the observation CEtyp ProSId; //producer's id CNtyp ResObs; //responsible observer static fielddesc fieldtab[16]; public: OBXseg(); const SItyp& getSetIdObsSim() const; const DataTypeCode& getValueType() const; const CEtyp& getObsIde() const; const STtyp& getObsSubId() const; const IDtyp& getObsValue() const; const CEtyp& getUnits() const; const STtyp& getRefRange() const; const repfield& getAbnFlags() const; const NMtyp& getPro() const; const NatOfAbnTesCode& getNatOfAbnTest() const; const ObsResStatusCodesIntCode& getObsResStatus() const; const TStyp& getDateLastObsNorVal() const; const STtyp& getUserDefAccChe() const; const TStyp& getDateTimeOfTheObs() const; const CEtyp& getProSId() const; const CNtyp& getResObs() const; void setSetIdObsSim(const SItyp &x); void setValueType(const DataTypeCode &x); void setObsIde(const CEtyp &x); void setObsSubId(const STtyp &x); void setObsValue(const IDtyp &x); void setUnits(const CEtyp &x); void setRefRange(const STtyp &x); void setAbnFlags(const repfield &x); void setPro(const NMtyp &x); void setNatOfAbnTest(const NatOfAbnTesCode &x); void setObsResStatus(const ObsResStatusCodesIntCode &x); void setDateLastObsNorVal(const TStyp &x); void setUserDefAccChe(const STtyp &x); void setDateTimeOfTheObs(const TStyp &x); void setProSId(const CEtyp &x); void setResObs(const CNtyp &x); }; #ifndef OUTLINE # include #endif #endif /* ! HL7_OBXSEG_H_ */