/* * 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. */ #pragma implementation "IN3seg.h" #include "IN3seg.h" #include "Segment.h" #include "SegTypeCode.h" /* * SEGMENT * * in3(bln) -- insurance additional info - certification */ #include #include #include #include #include #include #include #include #include #include #include #include Segment::fielddesc IN3seg::fieldtab[25] = { { (::Type (::Segment::*))&IN3seg::SetIdInsCer, required, "set id - insurance certification" }, { (::Type (::Segment::*))&IN3seg::CerNum, optional, "certification number" }, { (::Type (::Segment::*))&IN3seg::CerBy, optional, "certified by" }, { (::Type (::Segment::*))&IN3seg::CerReq, optional, "certification required" }, { (::Type (::Segment::*))&IN3seg::Pen, optional, "penalty" }, { (::Type (::Segment::*))&IN3seg::CerDateTime, optional, "certification date/time" }, { (::Type (::Segment::*))&IN3seg::CerModDateTime, optional, "certification modify date/time" }, { (::Type (::Segment::*))&IN3seg::Ope, optional, "operator" }, { (::Type (::Segment::*))&IN3seg::CerBeginDate, optional, "certification begin date" }, { (::Type (::Segment::*))&IN3seg::CerEndDate, optional, "certification end date" }, { (::Type (::Segment::*))&IN3seg::Days, optional, "days" }, { (::Type (::Segment::*))&IN3seg::NonConCodeDes, optional, "non-concur code/description" }, { (::Type (::Segment::*))&IN3seg::NonConEffDateTime, optional, "non-concur eff date/time" }, { (::Type (::Segment::*))&IN3seg::PhyRev, optional, "physician reviewer" }, { (::Type (::Segment::*))&IN3seg::CerConTact, optional, "certification contact" }, { (::Type (::Segment::*))&IN3seg::CerConTactPhoneNum, optional, "certification contact phone number" }, { (::Type (::Segment::*))&IN3seg::AppRea, optional, "appeal reason" }, { (::Type (::Segment::*))&IN3seg::CerAge, optional, "certification agency" }, { (::Type (::Segment::*))&IN3seg::CerAgePhoneNum, optional, "certification agency phone number" }, { (::Type (::Segment::*))&IN3seg::PreCerReqWin, optional, "pre-certification req/window" }, { (::Type (::Segment::*))&IN3seg::CaseMan, optional, "case manager" }, { (::Type (::Segment::*))&IN3seg::SecOpiDate, optional, "second opinion date" }, { (::Type (::Segment::*))&IN3seg::SecOpiStatus, optional, "second opinion status" }, { (::Type (::Segment::*))&IN3seg::SecOpiDocRec, optional, "second opinion documentation received" }, { (::Type (::Segment::*))&IN3seg::SecOpiPra, optional, "second opinion practitioner" }, }; IN3seg::IN3seg() : Segment(SegTypeCode::IN3val, 25, fieldtab) {}