/* * 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 "NK1seg.h" #include "NK1seg.h" #include "Segment.h" #include "SegTypeCode.h" /* * SEGMENT * * nk1(adt) -- next of kin */ #include #include #include #include #include #include #include #include #include Segment::fielddesc NK1seg::fieldtab[13] = { { (::Type (::Segment::*))&NK1seg::SetIdNextOfKin, required, "set id - next of kin" }, { (::Type (::Segment::*))&NK1seg::Name, optional, "name" }, { (::Type (::Segment::*))&NK1seg::Rel, optional, "relationship" }, { (::Type (::Segment::*))&NK1seg::Add, optional, "address" }, { (::Type (::Segment::*))&NK1seg::PhoneNum, optional, "phone number" }, { (::Type (::Segment::*))&NK1seg::BusPhoneNum, optional, "business phone number" }, { (::Type (::Segment::*))&NK1seg::ConTactRole, optional, "contact role" }, { (::Type (::Segment::*))&NK1seg::StartDate, optional, "start date" }, { (::Type (::Segment::*))&NK1seg::EndDate, optional, "end date" }, { (::Type (::Segment::*))&NK1seg::NextOfKinJobTitle, optional, "next of kin job title" }, { (::Type (::Segment::*))&NK1seg::NextOfKinJobCodeClass, optional, "next of kin job code/class" }, { (::Type (::Segment::*))&NK1seg::NextOfKinEmpNum, optional, "next of kin employee number" }, { (::Type (::Segment::*))&NK1seg::OrgName, optional, "organization name" }, }; NK1seg::NK1seg() : Segment(SegTypeCode::NK1val, 13, fieldtab) {}