/* * 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_RQDSEG_H_ #define HL7_RQDSEG_H_ #pragma interface #include /* * SEGMENT * * rqd(ord) -- requisition detail */ #include #include #include #include #include class RQDseg : public Segment { public: SItyp ReqLineNum; //requisition line number CEtyp ItemCodeInt; //item code - internal CEtyp ItemCodeExt; //item code - external CEtyp HosItemCode; //hospital item code NMtyp ReqQua; //requisition quantity CEtyp ReqUnitOf; //requisition unit of IDtyp DeptCostCen; //dept. cost center IDtyp ItemNatAccCode; //item natural account code CEtyp DelToId; //deliver to id DTtyp DateNee; //date needed static fielddesc fieldtab[10]; public: RQDseg(); const SItyp& getReqLineNum() const; const CEtyp& getItemCodeInt() const; const CEtyp& getItemCodeExt() const; const CEtyp& getHosItemCode() const; const NMtyp& getReqQua() const; const CEtyp& getReqUnitOf() const; const IDtyp& getDeptCostCen() const; const IDtyp& getItemNatAccCode() const; const CEtyp& getDelToId() const; const DTtyp& getDateNee() const; void setReqLineNum(const SItyp &x); void setItemCodeInt(const CEtyp &x); void setItemCodeExt(const CEtyp &x); void setHosItemCode(const CEtyp &x); void setReqQua(const NMtyp &x); void setReqUnitOf(const CEtyp &x); void setDeptCostCen(const IDtyp &x); void setItemNatAccCode(const IDtyp &x); void setDelToId(const CEtyp &x); void setDateNee(const DTtyp &x); }; #ifndef OUTLINE # include #endif #endif /* ! HL7_RQDSEG_H_ */