/* * 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_PSEG_H_ #define ASTM_PSEG_H_ #pragma interface #include /* * SEGMENT * * p(astm) -- patient */ #include #include #include #include #include class Pseg : public Segment { public: SItyp SeqNum; //sequence number // void Unu2; //unused 2 IDtyp LabAssPatId; //lab assigned patient id // void Unu4; //unused 4 PNtyp PatName; //patient name // void Unu6; //unused 6 // void Unu7; //unused 7 SexCode Sex; //sex // void Unu9; //unused 9 // void Unu10; //unused 10 // void Unu11; //unused 11 // void Unu12; //unused 12 // void Unu13; //unused 13 CQtyp PatAge; //patient age // void Unu15; //unused 15 CQtyp PatHei; //patient height CQtyp PatWei; //patient weight // void Unu18; //unused 18 // void Unu19; //unused 19 // void Unu20; //unused 20 // void Unu21; //unused 21 // void Unu22; //unused 22 // void Unu23; //unused 23 // void Unu24; //unused 24 // void Unu25; //unused 25 IDtyp Loc; //location static fielddesc fieldtab[26]; public: Pseg(); const SItyp& getSeqNum() const; const IDtyp& getLabAssPatId() const; const PNtyp& getPatName() const; const SexCode& getSex() const; const CQtyp& getPatAge() const; const CQtyp& getPatHei() const; const CQtyp& getPatWei() const; const IDtyp& getLoc() const; void setSeqNum(const SItyp &x); void setLabAssPatId(const IDtyp &x); void setPatName(const PNtyp &x); void setSex(const SexCode &x); void setPatAge(const CQtyp &x); void setPatHei(const CQtyp &x); void setPatWei(const CQtyp &x); void setLoc(const IDtyp &x); }; #ifndef OUTLINE # include #endif #endif /* ! ASTM_PSEG_H_ */