/* * 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_NSTSEG_H_ #define HL7_NSTSEG_H_ #pragma interface #include /* * SEGMENT * * nst(nmt) -- statistics */ #include #include #include #include class NSTseg : public Segment { public: IDtyp StaAva; //statistics available STtyp SouIde; //source identifier IDtyp SouType; //source type TStyp StaStart; //statistics start TStyp StaEnd; //statistics end NMtyp RecChaCount; //receive character count NMtyp SendChaCount; //send character count NMtyp MesRec; //messages received NMtyp MesSent; //messages sent NMtyp CheErrRec; //checksum errors received NMtyp LenErrRec; //length errors received NMtyp OtherErrRec; //other errors received NMtyp ConNectTim; //connect timeouts NMtyp RecTim; //receive timeouts NMtyp NetErr; //network errors static fielddesc fieldtab[15]; public: NSTseg(); const IDtyp& getStaAva() const; const STtyp& getSouIde() const; const IDtyp& getSouType() const; const TStyp& getStaStart() const; const TStyp& getStaEnd() const; const NMtyp& getRecChaCount() const; const NMtyp& getSendChaCount() const; const NMtyp& getMesRec() const; const NMtyp& getMesSent() const; const NMtyp& getCheErrRec() const; const NMtyp& getLenErrRec() const; const NMtyp& getOtherErrRec() const; const NMtyp& getConNectTim() const; const NMtyp& getRecTim() const; const NMtyp& getNetErr() const; void setStaAva(const IDtyp &x); void setSouIde(const STtyp &x); void setSouType(const IDtyp &x); void setStaStart(const TStyp &x); void setStaEnd(const TStyp &x); void setRecChaCount(const NMtyp &x); void setSendChaCount(const NMtyp &x); void setMesRec(const NMtyp &x); void setMesSent(const NMtyp &x); void setCheErrRec(const NMtyp &x); void setLenErrRec(const NMtyp &x); void setOtherErrRec(const NMtyp &x); void setConNectTim(const NMtyp &x); void setRecTim(const NMtyp &x); void setNetErr(const NMtyp &x); }; #ifndef OUTLINE # include #endif #endif /* ! HL7_NSTSEG_H_ */