Sha256: b452a6bdb35651450f62c24f38cae411b8f4da2da13679c2ec50eba41dc71c1a
Contents?: true
Size: 1.87 KB
Versions: 28
Compression:
Stored size: 1.87 KB
Contents
<!-- This file is part of the X12Parser library that provides tools to manipulate X12 messages using Ruby native syntax. http://x12parser.rubyforge.org Copyright (C) 2009 APP Design, Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA $Id: ICM.xml 78 2009-05-12 22:27:26Z ikk $ --> <Segment name="ICM" comment="To supply information to determine benefit eligibility, deductibles, and retirement and investment contributions"> <Field name="FrequencyCode" min="1" max="1" validation="T594" comment="Code indicating frequency or type of activities or actions being reported"/> <Field name="MonetaryAmount" type="double" min="1" max="18" comment="Monetary amount"/> <Field name="Quantity" type="double" required="y" min="1" max="15" comment="Numeric value of quantity"/> <Field name="LocationIdentifier" required="y" min="1" max="30" comment="Code which identifies a specific location"/> <Field name="SalaryGrade" required="y" min="1" max="5" comment="The salary grade code assigned by the employer"/> <Field name="CurrencyCode" required="y" min="3" max="3" comment="Code (Standard ISO) for country in whose currency the charges are specified"/> </Segment>
Version data entries
28 entries across 28 versions & 6 rubygems