/* * 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 ASTM_RSEG_H_ #define ASTM_RSEG_H_ #pragma interface #include /* * SEGMENT * * r(astm) -- result */ #include #include #include #include #include #include #include #include class Rseg : public Segment { public: SItyp SeqNum; //sequence number ZTtyp UniTestId; //universal test id STtyp MeaValue; //measurement value IDtyp Units; //units // void Unu5; //unused 5 AbnFlagsCode AbnFlag; //abnormal flag // void Unu7; //unused 7 ObsResStatusCodesIntCode ResStatus; //result status // void Unu9; //unused 9 IDtyp OpeId; //operator id TStyp DateTimeTestSta; //date/time test started // void Unu12; //unused 12 InsIdCode InsId; //instrument id static fielddesc fieldtab[13]; public: Rseg(); const SItyp& getSeqNum() const; const ZTtyp& getUniTestId() const; const STtyp& getMeaValue() const; const IDtyp& getUnits() const; const AbnFlagsCode& getAbnFlag() const; const ObsResStatusCodesIntCode& getResStatus() const; const IDtyp& getOpeId() const; const TStyp& getDateTimeTestSta() const; const InsIdCode& getInsId() const; void setSeqNum(const SItyp &x); void setUniTestId(const ZTtyp &x); void setMeaValue(const STtyp &x); void setUnits(const IDtyp &x); void setAbnFlag(const AbnFlagsCode &x); void setResStatus(const ObsResStatusCodesIntCode &x); void setOpeId(const IDtyp &x); void setDateTimeTestSta(const TStyp &x); void setInsId(const InsIdCode &x); }; #ifndef OUTLINE # include #endif #endif /* ! ASTM_RSEG_H_ */