/* * 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 "IN2seg.h" #include "IN2seg.h" #include "Segment.h" #include "SegTypeCode.h" /* * SEGMENT * * in2(bln) -- insurance additional info */ #include #include #include #include #include #include #include #include #include #include #include Segment::fielddesc IN2seg::fieldtab[30] = { { (::Type (::Segment::*))&IN2seg::InsSEmpId, optional, "insured's employee id" }, { (::Type (::Segment::*))&IN2seg::InsSSocSecNum, optional, "insured's social security number" }, { (::Type (::Segment::*))&IN2seg::InsSEmpName, optional, "insured's employer name" }, { (::Type (::Segment::*))&IN2seg::EmpInfData, optional, "employer information data" }, { (::Type (::Segment::*))&IN2seg::MailClaimParty, optional, "mail claim party" }, { (::Type (::Segment::*))&IN2seg::MedHeaInsCardNum, optional, "medicare health ins card number" }, { (::Type (::Segment::*))&IN2seg::MedCaseName, optional, "medicaid case name" }, { (::Type (::Segment::*))&IN2seg::MedCaseNum, optional, "medicaid case number" }, { (::Type (::Segment::*))&IN2seg::ChaSpoName, optional, "champus sponsor name" }, { (::Type (::Segment::*))&IN2seg::ChaIdNum, optional, "champus id number" }, { (::Type (::Segment::*))&IN2seg::DepOfChaRec, optional, "dependent of champus recipient" }, { (::Type (::Segment::*))&IN2seg::ChaOrg, optional, "champus organization" }, { (::Type (::Segment::*))&IN2seg::ChaSta, optional, "champus station" }, { (::Type (::Segment::*))&IN2seg::ChaSer, optional, "champus service" }, { (::Type (::Segment::*))&IN2seg::ChaRankGrade, optional, "champus rank/grade" }, { (::Type (::Segment::*))&IN2seg::ChaStatus, optional, "champus status" }, { (::Type (::Segment::*))&IN2seg::ChaRetDate, optional, "champus retire date" }, { (::Type (::Segment::*))&IN2seg::ChaNonAvailCertOnFile, optional, "champus non-avail cert on file" }, { (::Type (::Segment::*))&IN2seg::BabyCov, optional, "baby coverage" }, { (::Type (::Segment::*))&IN2seg::ComBabyBill, optional, "combine baby bill" }, { (::Type (::Segment::*))&IN2seg::BloodDed, optional, "blood deductible" }, { (::Type (::Segment::*))&IN2seg::SpeCovAppName, optional, "special coverage approval name" }, { (::Type (::Segment::*))&IN2seg::SpeCovAppTitle, optional, "special coverage approval title" }, { (::Type (::Segment::*))&IN2seg::NonCovInsCode, optional, "non-covered insurance code" }, { (::Type (::Segment::*))&IN2seg::PayorId, optional, "payor id" }, { (::Type (::Segment::*))&IN2seg::PayorSubScrId, optional, "payor subscriber id" }, { (::Type (::Segment::*))&IN2seg::EliSou, optional, "eligibility source" }, { NULL, optional, "unused" }, { NULL, optional, "unused" }, { (::Type (::Segment::*))&IN2seg::DailyDed, optional, "daily deductible" }, }; IN2seg::IN2seg() : Segment(SegTypeCode::IN2val, 30, fieldtab) {}