/* * 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_BHSSEG_H_ #define HL7_BHSSEG_H_ #pragma interface #include /* * SEGMENT * * bhs(cnt) -- batch header */ #include #include class BHSseg : public Segment { public: STtyp BatchSenApp; //batch sending application STtyp BatchSenFac; //batch sending facility STtyp BatchRecApp; //batch receiving application STtyp BatchRecFac; //batch receiving facility TStyp BatchCreDateTime; //batch creation date/time STtyp BatchSec; //batch security STtyp BatchNameIdType; //batch name/id/type STtyp BatchCom; //batch comment STtyp BatchConTrolId; //batch control id STtyp RefBatchConTrolId; //reference batch control id static fielddesc fieldtab[10]; public: BHSseg(); const STtyp& getBatchSenApp() const; const STtyp& getBatchSenFac() const; const STtyp& getBatchRecApp() const; const STtyp& getBatchRecFac() const; const TStyp& getBatchCreDateTime() const; const STtyp& getBatchSec() const; const STtyp& getBatchNameIdType() const; const STtyp& getBatchCom() const; const STtyp& getBatchConTrolId() const; const STtyp& getRefBatchConTrolId() const; void setBatchSenApp(const STtyp &x); void setBatchSenFac(const STtyp &x); void setBatchRecApp(const STtyp &x); void setBatchRecFac(const STtyp &x); void setBatchCreDateTime(const TStyp &x); void setBatchSec(const STtyp &x); void setBatchNameIdType(const STtyp &x); void setBatchCom(const STtyp &x); void setBatchConTrolId(const STtyp &x); void setRefBatchConTrolId(const STtyp &x); }; #ifndef OUTLINE # include #endif #endif /* ! HL7_BHSSEG_H_ */